object frmActas: TfrmActas Left = 193 Top = 101 BorderStyle = bsNone Caption = 'frmActas' ClientHeight = 393 ClientWidth = 485 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 0 Width = 485 Height = 393 Align = alClient BevelWidth = 3 Color = clWhite Ctl3D = False ParentCtl3D = False TabOrder = 0 object Label3: TLabel Left = 16 Top = 6 Width = 192 Height = 29 Caption = 'Seleccionar Acta' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -24 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label6: TLabel Left = 16 Top = 88 Width = 125 Height = 249 Alignment = taCenter AutoSize = False Caption = 'Seleccione a acta que corresponde � assembleia.'#13#10'Esta op��o ser' + 've para que possa saber em qualquer altura qual o ficheiro que c' + 'ont�m a acta da assembleia em causa.'#13#10'A acta poder� ser um fiche' + 'iro ".DOC" ou ".RTF". Caso esteja no formato ".RTF" poder� visua' + 'liz�-la com o bot�o existente na ficha da assembleia, ou at� mes' + 'mo alter�-la atrav�s do editor de circulares.' Transparent = True WordWrap = True end object Label1: TLabel Left = 20 Top = 45 Width = 39 Height = 13 Caption = 'Label1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 384 Top = 8 Width = 32 Height = 13 Caption = 'Label2' Visible = False end object DirectoryListBox1: TDirectoryListBox Left = 162 Top = 87 Width = 145 Height = 220 Hint = 'Ver foto' FileList = FileListBox1 ItemHeight = 16 TabOrder = 0 end object FileListBox1: TFileListBox Left = 322 Top = 87 Width = 145 Height = 220 Hint = 'Ver foto' ItemHeight = 13 Mask = '*.rtf' TabOrder = 1 OnDblClick = FileListBox1DblClick end object FilterComboBox1: TFilterComboBox Left = 322 Top = 317 Width = 145 Height = 21 FileList = FileListBox1 Filter = 'Ficheiros RichText (*.rtf)|*.rtf|Documentos do Word (*.doc)|*.do' + 'c' TabOrder = 2 end object DriveComboBox1: TDriveComboBox Left = 162 Top = 317 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 3 end object BitBtn1: TBitBtn Left = 288 Top = 360 Width = 75 Height = 25 Caption = '&OK' TabOrder = 4 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 376 Top = 360 Width = 75 Height = 25 Caption = '&Cancelar' TabOrder = 5 Kind = bkCancel end end end